/***********************************************************************reset****************************************************************************/
/*设置兼容的box-sizing*/
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;} :after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/*html和body的设置*/
html{text-size-adjust:100%;}/*iOS设备旋转后可能会自动调整字体大小*/
html{font-size:10px;-webkit-tap-highlight-color:transparent;}
body{margin:0;background-color:#fff;color:#333;font-size:14px;font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","WenQuanYi Micro Hei",sans-serif;line-height:1.42857143;}
/*为低版本的IE们补充一些HTML5元素的正确显示方法*/
header,footer,article,section,nav,menu,hgroup, aside,details,figcaption,figure,main,summary{display:block;}
/*<h>标签的重置*/
h1,h2,h3,h4,h5,h6{margin:0; font-weight:500; line-height: 1.15;}h1,h2,h3{margin-top:20px;margin-bottom:10px;}h1{font-size:36px;}h2{font-size:30px;}h3{font-size:24px;}h4{font-size:18px;}h5{font-size:14px;}h6{font-size:12px;}
/*设置<small>标签*/
small{font-size:80%;}h1 small,h2 small,h3 small{font-size:65%;} h4 small,h5 small,h6 small{font-size:75%;}
/*设置列表元素*/
ol,ul{margin-top:0;margin-bottom:10px;}
ul{ list-style: none; padding-left: 0; }
ol ol,ol ul,ul ol,ul ul{margin-bottom:0;}
.list-inline>li{display:inline-block;}
/*设置描述的样式*/
dl{margin-top:0;margin-bottom:20px;}dt{font-weight:700;}dd{margin-left:0;}
@media (min-width:768px){.dl-horizontal dd,.dl-horizontal dt{display: inline;} .dl-horizontal dt:before { content: '\D\A';white-space: pre;} .dl-horizontal dt:first-child:before { content: normal; }}
/*设置<p>标签的样式*/
p{margin:0 0 10px;}.lead{margin-bottom:20px;font-weight:300;font-size:16px;line-height:1.4;}@media (min-width:768px){.lead{font-size:21px;}}
/*设置<a>标签的样式*/
a{color:#337ab7;text-decoration:none; cursor: pointer;transition: all 0.3s ease 0s;}
a:active,a:hover{outline:0;}
a:focus,a:hover{text-decoration: none;color: #ff6600;}
a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
/*设置引用的样式*/
blockquote{margin:0 0 20px;padding:10px 20px;border-left:5px solid #eee;font-size:17.5px;}blockquote footer{display:block;color:#777;font-size:80%;line-height:1.42857143;}blockquote footer:before{content:'\2014 \00A0';}
/*有title的缩写的样式*/
abbr[title]{border-bottom: 1px dotted; cursor:default;}
/*设置代码块、键入值和代码的样式*/
code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace;}
code{padding:2px 4px;border-radius:4px;background-color:#f9f2f4;color:#c7254e;font-size:90%;}
kbd{padding:2px 4px;border-radius:3px;background-color:#333;color:#fff;font-size:90%;}
pre{display:block;margin:0 0 10px;padding:9.5px;border:1px solid #ccc;border-radius:4px;background-color:#f5f5f5;color:#333;word-wrap:break-word;font-size:13px;line-height:1.42857143;word-break:break-all;}
pre code{padding:0;border-radius:0;background-color:transparent;color:inherit;white-space:pre-wrap;font-size:inherit;}.pre-scrollable{overflow-y:scroll;max-height:340px;}
/*设置按钮和输入框样式*/
button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;}button[disabled],input[disabled]{cursor:default;}
/*设置img的样式*/
img { border: none; vertical-align:bottom;}/*去除图片默认空白*/
.img-thumbnail{display:inline-block;padding:4px;height:auto;max-width:100%;border:1px solid #ddd;border-radius:4px;background-color:#fff;line-height:1.42857143;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
/*设置分割线的样式*/
hr{margin:20px 0; border: 0; border-top:1px solid #eeeeee;}/*设置<hr>的属性*/
/*其他*/
address{ font-style: normal; } /*将斜体扶正*/
figure{ margin:0;}
menu,button,input{ margin: 0; padding: 0;}/* 清除内外边距 */
audio:not([controls]){display:none;height:0;}[hidden]{display:none;}/*没有控件的audio不给显示*/
/*设置table的默认样式*/
table { border-collapse:collapse; border-spacing: 0; table-layout:fixed;}th{ font-weight: bold;}th, td{padding:0;}caption{padding:1em 0; text-align:left;}
/*表单相关元素的初始化*/
fieldset{margin:0;padding:0;min-width:0;border:0;}
legend{display:block;margin-bottom:20px;padding:0;width:100%;border:0;border-bottom:1px solid #e5e5e5;color:#333;font-size:21px;line-height:inherit;}
label{display:inline-block;margin-bottom:5px;max-width:100%;font-weight:700;}
fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox][disabled],input[type=radio][disabled]{cursor:not-allowed;}
input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px;line-height:normal;}
input[type=file]{display:block;}
input[type=range]{display:block;width:100%;}
select[multiple],select[size]{height:auto;}
input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
output{display:block;padding-top:7px;color:#555;font-size:14px;line-height:1.42857143;}
/*************************************************************************function********************************************************************************************/
.fn-left { float: left; }
.fn-right { float: right; }
.fn-clear:before,.fn-clear:after{display: table; content: " "; }
.fn-clear:after { clear: both; }
/**************************************************************************布局（col系列）**********************************************************************/
.container{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px; width:1200px;}@media (min-width:768px){.container{width:750px;}} @media (min-width:992px){.container{width:970px;}} @media (min-width:1200px){.container{width:1200px;}}
.container-fluid{margin-right:auto;margin-left:auto;padding-right:15px;padding-left:15px;}
.row{margin-right:-15px;margin-left:-15px;}
.row:before,.row:after { display: table; content: ''; }.row:after { clear: both; }
.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;padding-right:15px;padding-left:15px;min-height:1px;}
.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left;}
.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}
.col-xs-offset-12{margin-left:100%;}.col-xs-offset-11{margin-left:91.66666667%;}.col-xs-offset-10{margin-left:83.33333333%;}.col-xs-offset-9{margin-left:75%;}.col-xs-offset-8{margin-left:66.66666667%;}.col-xs-offset-7{margin-left:58.33333333%;}.col-xs-offset-6{margin-left:50%;}.col-xs-offset-5{margin-left:41.66666667%;}.col-xs-offset-4{margin-left:33.33333333%;}.col-xs-offset-3{margin-left:25%;}.col-xs-offset-2{margin-left:16.66666667%;}.col-xs-offset-1{margin-left:8.33333333%;}.col-xs-offset-0{margin-left:0;}
.col-xs-pull-12{right:100%;}.col-xs-pull-11{right:91.66666667%;}.col-xs-pull-10{right:83.33333333%;}.col-xs-pull-9{right:75%;}.col-xs-pull-8{right:66.66666667%;}.col-xs-pull-7{right:58.33333333%;}.col-xs-pull-6{right:50%;}.col-xs-pull-5{right:41.66666667%;}.col-xs-pull-4{right:33.33333333%;}.col-xs-pull-3{right:25%;}.col-xs-pull-2{right:16.66666667%;}.col-xs-pull-1{right:8.33333333%;}.col-xs-pull-0{right:auto;}
.col-xs-push-12{left:100%;}.col-xs-push-11{left:91.66666667%;}.col-xs-push-10{left:83.33333333%;}.col-xs-push-9{left:75%;}.col-xs-push-8{left:66.66666667%;}.col-xs-push-7{left:58.33333333%;}.col-xs-push-6{left:50%;}.col-xs-push-5{left:41.66666667%;}.col-xs-push-4{left:33.33333333%;}.col-xs-push-3{left:25%;}.col-xs-push-2{left:16.66666667%;}.col-xs-push-1{left:8.33333333%;}.col-xs-push-0{left:auto;}
@media (min-width:768px){
    .col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left;}
    .col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;} .col-sm-7{width:58.33333333%;} .col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;} .col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}
    .col-sm-offset-12{margin-left:100%;}.col-sm-offset-11{margin-left:91.66666667%;}.col-sm-offset-10{margin-left:83.33333333%;}.col-sm-offset-9{margin-left:75%;}.col-sm-offset-8{margin-left:66.66666667%;}.col-sm-offset-7{margin-left:58.33333333%;}.col-sm-offset-6{margin-left:50%;}.col-sm-offset-5{margin-left:41.66666667%;}.col-sm-offset-4{margin-left:33.33333333%;}.col-sm-offset-3{margin-left:25%;}.col-sm-offset-2{margin-left:16.66666667%;}.col-sm-offset-1{margin-left:8.33333333%;}.col-sm-offset-0{margin-left:0;}
    .col-sm-pull-12{right:100%;}.col-sm-pull-11{right:91.66666667%;} .col-sm-pull-10{right:83.33333333%;}.col-sm-pull-9{right:75%;}.col-sm-pull-8{right:66.66666667%;}.col-sm-pull-7{right:58.33333333%;}.col-sm-pull-6{right:50%;}.col-sm-pull-5{right:41.66666667%;} .col-sm-pull-4{right:33.33333333%;}.col-sm-pull-3{right:25%;}.col-sm-pull-2{right:16.66666667%;}.col-sm-pull-1{right:8.33333333%;}.col-sm-pull-0{right:auto;}
    .col-sm-push-12{left:100%;}.col-sm-push-11{left:91.66666667%;}.col-sm-push-10{left:83.33333333%;}.col-sm-push-9{left:75%;}.col-sm-push-8{left:66.66666667%;}.col-sm-push-7{left:58.33333333%;}.col-sm-push-6{left:50%;}.col-sm-push-5{left:41.66666667%;}.col-sm-push-4{left:33.33333333%;}.col-sm-push-3{left:25%;}.col-sm-push-2{left:16.66666667%;}.col-sm-push-1{left:8.33333333%;}.col-sm-push-0{left:auto;}
}
@media (min-width:992px){
    .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left;}
    .col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}.col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width:8.33333333%;}
    .col-md-offset-12{margin-left:100%;}.col-md-offset-11{margin-left:91.66666667%;}.col-md-offset-10{margin-left:83.33333333%;}.col-md-offset-9{margin-left:75%;}.col-md-offset-8{margin-left:66.66666667%;}.col-md-offset-7{margin-left:58.33333333%;}.col-md-offset-6{margin-left:50%;}.col-md-offset-5{margin-left:41.66666667%;}.col-md-offset-4{margin-left:33.33333333%;}.col-md-offset-3{margin-left:25%;}.col-md-offset-2{margin-left:16.66666667%;}.col-md-offset-1{margin-left:8.33333333%;}.col-md-offset-0{margin-left:0;}
    .col-md-pull-12{right:100%;}.col-md-pull-11{right:91.66666667%;}.col-md-pull-10{right:83.33333333%;}.col-md-pull-9{right:75%;}.col-md-pull-8{right:66.66666667%;}.col-md-pull-7{right:58.33333333%;}.col-md-pull-6{right:50%;}.col-md-pull-5{right:41.66666667%;}.col-md-pull-4{right:33.33333333%;}.col-md-pull-3{right:25%;}.col-md-pull-2{right:16.66666667%;}.col-md-pull-1{right:8.33333333%;}.col-md-pull-0{right:auto;}
    .col-md-push-12{left:100%;}.col-md-push-11{left:91.66666667%;}.col-md-push-10{left:83.33333333%;}.col-md-push-9{left:75%;}.col-md-push-8{left:66.66666667%;}.col-md-push-7{left:58.33333333%;}.col-md-push-6{left:50%;}.col-md-push-5{left:41.66666667%;}.col-md-push-4{left:33.33333333%;}.col-md-push-3{left:25%;}.col-md-push-2{left:16.66666667%;}.col-md-push-1{left:8.33333333%;}.col-md-push-0{left:auto;}
}
@media (min-width:1200px){
    .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left;}
    .col-lg-12{width:100%;}.col-lg-11{width:91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}.col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width:25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}
    .col-lg-offset-12{margin-left:100%;}.col-lg-offset-11{margin-left:91.66666667%;}.col-lg-offset-10{margin-left:83.33333333%;}.col-lg-offset-9{margin-left:75%;}.col-lg-offset-8{margin-left:66.66666667%;}.col-lg-offset-7{margin-left:58.33333333%;}.col-lg-offset-6{margin-left:50%;}.col-lg-offset-5{margin-left:41.66666667%;}.col-lg-offset-4{margin-left:33.33333333%;}.col-lg-offset-3{margin-left:25%;}.col-lg-offset-2{margin-left:16.66666667%;}.col-lg-offset-1{margin-left:8.33333333%;}.col-lg-offset-0{margin-left:0;}
    .col-lg-pull-12{right:100%;}.col-lg-pull-11{right:91.66666667%;}.col-lg-pull-10{right:83.33333333%;}.col-lg-pull-9{right:75%;}.col-lg-pull-8{right:66.66666667%;}.col-lg-pull-7{right:58.33333333%;}.col-lg-pull-6{right:50%;}.col-lg-pull-5{right:41.66666667%;}.col-lg-pull-4{right:33.33333333%;}.col-lg-pull-3{right:25%;}.col-lg-pull-2{right:16.66666667%;}.col-lg-pull-1{right:8.33333333%;}.col-lg-pull-0{right:auto;}
    .col-lg-push-12{left:100%;}.col-lg-push-11{left:91.66666667%;}.col-lg-push-10{left:83.33333333%;}.col-lg-push-9{left:75%;}.col-lg-push-8{left:66.66666667%;}.col-lg-push-7{left:58.33333333%;}.col-lg-push-6{left:50%;}.col-lg-push-5{left:41.66666667%;}.col-lg-push-4{left:33.33333333%;}.col-lg-push-3{left:25%;}.col-lg-push-2{left:16.66666667%;}.col-lg-push-1{left:8.33333333%;}.col-lg-push-0{left:auto;}
}
/*************麦田首页*****************/
/*顶部区域*/
.home-upper{ width:100%;background-color:#444647;height: 55px;}
.home-upper-main{position: relative; height: 100%;}
.home-logo{position: absolute; left: 0; top: 0;}
.home-logo>img{vertical-align:top;}
.home-upper-tel{color:#ffffff; line-height:55px;}
/*导航区域*/
.home-naver{ width:100%; min-height:108px; padding-top: 20px;}
.home-naver-content li{ float:left; text-align: center;}
.home-naver-content li a{color: #193157; font-size:16px; text-decoration: none; display:block;height:76px; width:140px;padding-top: 23px;}
.home-naver-content li a:hover{  background: url(../images/icon1.png) top center no-repeat; font-weight: bold;}
.home-naver-content li span{display: block; color: #d0d0d0; font-size: 14px; line-height: 2;}
/*轮播图区域*/
.home-carousel{width:100%; height: 307px; position: relative; overflow: hidden;}
.home-carousel-nav{position: absolute; bottom: 0;z-index: 10;width: 150px;left: 50%;margin-left: -75px;text-align: center;}
.home-carousel-nav li{display: inline-block;}
.home-carousel-nav li a{display: inline-block;width: 14px;height: 14px;margin-left: 8px;background: #fff;border-radius: 50%;cursor: pointer; text-indent:-9999px;}
.home-carousel-nav li a:hover{background:darkorange;}
.home-carousel-main li img{width: 100%; height: 408px;}
/*通用文本样式*/
.home-title{text-align: center; height: 100px;}
.home-division-line{height: 2px;width: 80px;background: #eaeaea;margin: 8px auto;}
.home-title p{color: #949494;}
/*格言区域*/
.home-proverb{width:100%; padding-top:16px;}
.home-proverb-content{overflow: hidden;padding-bottom: 35px;text-indent: 28px;line-height: 30px;}
/*服务区域*/
.home-service{width:100%; background-color:#f4f4f4; padding-bottom: 35px;}
.home-service-box{ width:25%;height: 157px;float: left; background-color: darkorange;}
/*产品区域*/
.home-product{width:100%; padding-bottom: 35px;}
.home-product-box{width: 100%; margin-top: 32px; overflow:hidden;}
.home-product-box img {width: 100%;}
.home-tab-title{padding-top:15px; height: 35px; text-align:center; margin-bottom: 25px;}
.home-tab-title li{ display:inline-block;width: 100px; height: 28px; margin:0 15px; line-height: 27px; background-color:#cacccd; text-align: center;}
.home-tab-title li a{ display:block;text-decoration: none;color: #fff; }
.home-tab-title li a:hover,.home-tab-title li.on{background-color:darkorange; } /*on不起作用*/
/*合作伙伴*/
.home-partners{ padding-bottom: 35px;}
.home-partners-content{text-align: center;}
.home-partners-content a{display: inline-block; margin: 0 10px;}
/*底部区域*/
.home-footer{ background: #2f3841;color: #bbb;}
.home-footer-left{ width: 210px; height:344px; background: #242d36; padding: 54px 0 0 44px; float:left;}
.home-footer-right{ float: left;padding: 60px 0 0 50px;}
.home-footer a {color: #bbb;}
.home-footer a:hover {color: #ff6600;}
/*fromfunction.css*/
.c-white { color: #ffffff; }
.bg-blue { background-color: #0074d9; }.bg-aqua { background-color: #7fdbff; }.bg-green { background-color: #2ecc40; }.bg-fuchsia { background-color: #f012be; }.bg-maroon { background-color: #85144b; }.bg-black { background-color: #111111;}
.links-bot a {margin-right: 10px;display: block;float: left;line-height: 55px;}
/**************************麦田首页**********************************/
/*通用部分*/
.mt-home-container{width:1200px; max-width:1242px; margin:0 auto;}
.mt-home-text{padding:0 80px 45px; color:#fff;}
.mt-home-title{text-align:center; padding:20px 0;}
.mt-home-title>h3{font-size:20px;}
.mt-home-detail{text-indent:2em; line-height:1.8; font-size:16px;}
.mt-home-detail>p{margin-bottom:0;}
/*麦田首页导航区域*/
.mt-home-top{ width:100%; padding:13px 0; background-color:#080b19;}
.mt-home-logo{width:168px; height:42px; margin-right:70px;}
.mt-home-naver{display:inline-block; margin-bottom:0;}
.mt-home-naver>li{display:inline-block; width:100px;}
.mt-home-naver a{ display:inline-block; width:100%; font-size:16px; color:#fff; line-height:42px;}
.mt-home-naver a:hover{ color:#00a3e6;}
/*焦点图区域*/
.mt-home-roll{background-color:#4a3d26;position:relative;}
.mt-home-roll ul{margin-bottom:0;}
.mt-home-roll .mt-home-roll-list img{ width:100%;}
.mt-home-roll-triggers{position:absolute; bottom:10px; left:50%; margin-left:-84px; z-index:2;}
.mt-home-roll-triggers li{ display:inline-block; width:12px; height:12px; margin:0 15px; background-color:#fff; border-radius:50%; cursor:pointer;}
.mt-home-roll-triggers li.on,.mt-home-roll-triggers li:hover{ background-color:#00a3e6;}
/*旗下网站教程*/
.mt-home-course{width:100%; background:#3b77b3 url(../images/home/mt-polygon.png) no-repeat; background-size:100%;}
.mt-home-course .mt-home-detail h4{margin: 10px 0 10px -2em; color:#e7c74b; font-weight:bold;}
.mt-home-course-naver{padding:55px 0 175px; margin-bottom:0;}
.mt-home-course-naver>li{ float:left; width:25%; padding:0 30px; text-align:center;}
.mt-home-course-naver>li>a{ display:inline-block; width:100%; padding-top:118.3%;}
.mt-home-course-naver .btn1 a{background:url(../images/home/model-library.png) no-repeat; background-size:contain;}
.mt-home-course-naver .btn1 a:hover{background:url(../images/home/model-library2.png) no-repeat; background-size:contain;}
.mt-home-course-naver .btn2 a{background:url(../images/home/3Dprinter.png) no-repeat; background-size:contain;}
.mt-home-course-naver .btn2 a:hover{background:url(../images/home/3Dprinter2.png) no-repeat; background-size:contain;}
.mt-home-course-naver .btn3 a{background:url("../images/home/maker-course.png") no-repeat; background-size:contain;}
.mt-home-course-naver .btn3 a:hover{background:url(../images/home/maker-course2.png) no-repeat; background-size:contain;}
.mt-home-course-naver .btn4 a{background:url(../images/home/3Dcommunity.png) no-repeat; background-size:contain;}
.mt-home-course-naver .btn4 a:hover{background:url(../images/home/3Dcommunity2.png) no-repeat; background-size:contain;}
/*关于麦田*/
.mt-home-about{width:100%; background:#353535 url(../images/home/mt-polygon.png) no-repeat; background-size:100%;}
.mt-home-about .mt-home-text{ max-width:1242px; margin:0 auto;}
.mt-home-about-list>li{ width:25%; float:left; position:relative; cursor:pointer;}
.mt-home-about-list>li img{width:100%;}
.mt-home-about-list>li .cover{position:absolute; left:0; top:0; right: 0; bottom: 0; background:url(../images/home/mt-cover.png); display:block;}
.mt-home-about-list>li:hover .cover{display:none;}
/*麦田历程*/
.mt-home-experience{width:100%; margin:0 auto; background:url(../images/home/mt-experience-bg.jpg) no-repeat; background-size:100% 100%; position:relative;}
.mt-home-experience .mt-home-title{color:#3a83c1; position:absolute; width:100%;}
.mt-home-experience>img{ margin:0 auto;}
/*首页底部*/
.mt-home-footer{ background: #2f3841;color: #bbb;}
.mt-home-footer-left{height:344px; background: #242d36; padding: 54px 18px 0 26px; float:left;}
.mt-home-footer-left .phone-icon:before{ content:'';float:left; width:40px; height:40px; background:url(../images/home/mt-phone.png) no-repeat; background-position:center center;}
.mt-home-footer-left .phone-icon>span{ color:#00a3e6; font-size:21px;}
.mt-home-footer-left .codes{ padding-top:40px;}
.mt-home-footer-left .codes>img{ padding-right:15px;}
.mt-home-footer-right{ float: left;padding: 60px 0 0 50px;}
.mt-home-footer-right h4,.mt-home-footer-right .links-box{ margin-bottom:20px;}
.mt-home-footer-right .links-box>a{padding-right:1em;}
.mt-home-footer a {color: #bbb;}
.mt-home-footer a:hover {color: #00a3e6;}
/*首页客服*/
.mt-home-service{ position:fixed; left:0; top:280px;}
.mt-home-service a{ color:#2a7dac;}
.mt-home-service .service-btn{ width:60px; height:190px; padding:78px 18px 0;  background-color:#fff; font-size:20px; border-top-right-radius:1em; border-bottom-right-radius:1em; line-height:1.2; border:1px solid #cdcdcd; cursor:pointer;}
.mt-home-service .service-btn>img{ position:absolute;top:0; left:0;}
.mt-home-service .service-all{width:202px; height:567px; padding:15px 9px 0; border-radius:1em; background-color:#fff; position:absolute; top:-150px; left:0; text-align:center; border:1px solid #cdcdcd; display:none;}
.mt-home-service .service-all .close-btn{position:absolute; right:-16px; top:-16px; width:40px; height:40px; background-color:#fff; border:1px solid #cecece; border-radius:50%; overflow:hidden; text-align:center; line-height:38px; color:#ccc; font-size:20px; cursor:pointer; }
.mt-home-service .service-all .close-btn:hover{ box-shadow:0 0 10px #777;}
.mt-home-service .service-all>ul{ margin-top:24px;}
.mt-home-service .service-all-item{ width:100%; height:44px; line-height:44px; border:1px solid #cdcdcd; border-radius:0.5em; margin-bottom:15px; padding-left: 5px; text-align:left; position:relative;}
.mt-home-service .service-all-item:hover{ border:1px solid #00a3e6;}
.mt-home-service .service-all-item a>.icon{ display:inline-block; width:28px; height:28px; margin-right:10px; border-radius:50%;overflow: hidden; position:relative; top: 7px;  background-color:#858585; }
.mt-home-service .service-all-item a>.icon>img{ width:100%; height:100%;}
.mt-home-service .service-all-item .weixin-code{position:absolute; right:-160px;top:-85px; display: none; padding:15px; background-color:#fff; border-radius:5px;}
.mt-home-service .service-all-item .weixin-code:before{content:''; position:absolute; left:-10px; top:90px; display:block; width:10px; height:10px; border-top:10px solid transparent; border-bottom:10px solid transparent; border-right:10px solid #fff;}
.mt-home-service .service-all-item:hover img, .mt-home-service .service-all-item:hover .weixin-code{ display:block;}